No cleanup goes unpunished. Revert ozi changes.
authorrobertlipe <robertlipe@gmail.com>
Thu, 10 Apr 2014 03:47:15 +0000 (03:47 +0000)
committerrobertlipe <robertlipe@gmail.com>
Thu, 10 Apr 2014 03:47:15 +0000 (03:47 +0000)
gpsbabel/ozi.cc

index a98e0442a4ddbf8f6d29d72af0631e821645a17a..cb30d0c6e9c99ce1bdc09eae77f684ee09b8ae89 100644 (file)
@@ -649,7 +649,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
     break;
   case 4:
     /* waypoint name */
-    wpt_tmp->shortname = csv_stringclean(str, ",");
+    wpt_tmp->shortname = csv_stringclean(str, QString(","));
     break;
   case 5:
     /* latitude */
@@ -680,7 +680,7 @@ ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
     break;
   case 13:
     /* description */
-    wpt_tmp->description = csv_stringclean(str, ",");
+    wpt_tmp->description = csv_stringclean(str, QString(","));
     break;
   default:
     break;